Download Scrapy
Get the latest stable release of Scrapy to start your data extraction journey.
Stable Release
The recommended version for most users. Fully tested and production-ready.
Download v2.14.2Changelog
- Fixed a security issue where
Referrer-Policyheader values could be executed as Python callables. - Redirect handling now follows HTTP standards more closely, especially for
301,302, and303responses. - Cross-origin redirects are safer because dropped request bodies now also drop related
Content-*headers, reducing the risk of leaking secrets. - Added a new
REFERER_POLICIESsetting to customize which referrer policies Scrapy supports. - Updated
Refererbehavior on redirects, including preserving URL fragments when appropriate and recalculating or removing the header correctly.